home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9702 / 000000_owner-linux-arm…r.rutgers.edu _Sat Feb 1 12:18:25 1997.msg next >
Internet Message Format  |  1997-11-30  |  2KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6]) by odie.barnet.ac.uk (8.8.2/8.8.0) with ESMTP id MAA18682 for <willy@odie.fluff.org>; Sat, 1 Feb 1997 12:18:24 GMT
  3. Received: from vger.rutgers.edu ([128.6.190.2]) by nic.funet.fi with ESMTP id <68524-32184>; Sat, 1 Feb 1997 14:18:56 +0200
  4. Received: by vger.rutgers.edu id <213372-245>; Sat, 1 Feb 1997 07:15:40 -0500
  5. Date:     Sat, 01 Feb 1997 12:07:16 +0000
  6. From: Joseph Heenan <esuvf@csv.warwick.ac.uk>
  7. To: linux-arm@vger.rutgers.edu
  8. Subject: Cross compiling on a linux pc
  9. Message-ID: <8fed985547@dial1221.dialup.warwick.ac.uk>
  10. Reply-To: j.heenan@odie.barnet.ac.uk
  11. Organization: X
  12. X-Mailer: Messenger v0.30 for RISC OS
  13. X-Posting-Agent: RISC OS Newsbase 0.58-pre-8-timelimited
  14. Sender: owner-linux-arm@vger.rutgers.edu
  15. Precedence: bulk
  16. Status: RO
  17.  
  18. Hi,
  19.  
  20.  
  21. I'm having problems trying to get an arm-linux kernel to compile -
  22. I've grabbed the patches of the ftp site against linux 2.0.28,
  23. applied them, download the cross-compiler, binutils and libgcc
  24. and stuck them in what seems to be the appropriate place in
  25. /usr/local/, and changed the makefile so that the CROSS_COMPILE
  26. variable is /usr/local/bin/arm-linux-
  27.  
  28. make config, make dep and make clean seem to work fine, but when I
  29. get to make, I get:
  30.  
  31. /usr/local/bin/arm-linux-gcc -D__KERNEL__ -I/usr/src/armlinux/include
  32.  -m6 -Wall -Wstrict-prototypes -O2  -fno-strength-reduce -pipe 
  33.  -c -o init/main.o init/main.c
  34. Assembler messages:
  35. Fatal error: invalid listing option `r'
  36. init/main.c: In function `get_options':
  37. init/main.c:244: output pipe has been closed
  38. arm-linux-gcc: Internal compiler error: program cc1 got fatal signal 13
  39. make: *** [init/main.o] Error 1
  40. bluetac:/usr/src/armlinux# cpp: output pipe has been closed
  41.  
  42. Any ideas what I'm doing wrong?
  43. Or is just that the cross-compiler on the ftp site too old to use for
  44. a recent kernel?
  45.  
  46. Thanks,
  47.  
  48. -- 
  49. Joseph Heenan
  50. email: esuvf@csv.warwick.ac.uk, J.Heenan@ftp.barnet.ac.uk